home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_bas
/
lb2su406
/
errorlst.doc
< prev
next >
Wrap
Text File
|
1991-08-29
|
2KB
|
46 lines
NOTES ON ERRORLST.BAS 1.00
Matt Roberts
3 Cedar St., # 8
Montpelier, Vt 05602-3006
06-16-91
──────────────────────────────────────────────────────────────────────────────
This is the program I used to generate the error list in LOCB2REF.DOC. The
values for the FOR/NEXT statements were found primarily by trial and error;
the end value was originally set at 500, which allowed me to see that there
were two "sets" of error messages. Keeping the end value at 500 for the
second FOR/NEXT loop indicated that there were no further error message
numbers; this is far from certain, however, since this was a matter of trial
and error coupled with elimination. In other words, don't sue me if I didn't
get everything.
I generated this list because I needed it in order to introduce error routines
into FILE-MAN.BAS. As a result, some testing of the list has been done.
However, I haven't tested the entire list, so I can't guarantee it's
completely accurate. On the other hand, I have no reason to believe there are
any problems with it.
Once ERRORFIL.DAT was generated, it was merged with LOCB2REF.DOC through the
use of PC-Write 3.03.
I've included this program for those who might like some source examples of
some of BASIC 2's capabilities.
Please feel free to write me with comments, questions, and criticisms. I want
to produce quality software, and I need your help to do it. Thanks.
BASIC 2 is a registered trademark of Locomotive Software Ltd.
PC-Write is a registered trademark of Quicksoft, a shareware software company.
They can be reached by mail at 219 First Ave. N. #224, Seattle, Wa 98109, or
by phone at (206)282-0452.
Version numbers are for the sole purpose of testing these programs and/or
modules on other systems. Version 1.00 has been tested on the Amstrad PC1512
SD and the Packard Bell Pack-Mate, and seems to work fine. Please see
LB2TESTS.DOC for details on the computers mentioned here.